home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / vmix285.zip / REVISION.LOG < prev    next >
Text File  |  1993-05-05  |  43KB  |  915 lines

  1.                                                   _______
  2.                                              ____|__     |               (tm)
  3.                                           --|       |    |-------------------
  4.                                             |   ____|__  |  Association of
  5.                tm                           |  |       |_|  Shareware
  6.        VMiX 386   Version 2.85              |__|   o   |    Professionals
  7.        -----------------------            -----|   |   |---------------------
  8.                                                |___|___|    MEMBER
  9.  
  10.        Copyright (c) 1985-1993
  11.  
  12.      Commercial Software Associates
  13.           Post Office Box  36
  14.     Corona del Mar, California  92625
  15.  
  16.    BBS     (714)  720-1139 (24 Hrs.)
  17.    VOICE   (714)  720-1214 (8 - 6pm PST)
  18.  
  19.  
  20.        Release of May. 05, 1993
  21.  
  22.  
  23. 1. The DOS 6.0 kernel is almost identical to the DOS 5.0 kernel, however
  24.    VMiX was identifying DOS 6.0 as DOS 3.3 and hanging.  It now identifies
  25.    DOS 6.0 correctly.
  26.  
  27. 2. VMiX now loads and processes the VMiX.INI file automatically, if found.
  28.    Do not start VMiX with the command line: VM_BOOT vsetup,
  29.    which was needed with older VMiX versions, to process the .INI file.
  30.  
  31. 3. Added support for network or communications drivers that use interrupt
  32.    request line #7 (normally LPT1 device).  This support is tied to the
  33.    VMiX assigned channel 5, which is usually the first printer (use
  34.    'DSTAT.EXE -a' command to see the channels.  The support is automatic
  35.    and VMiX should assign channel 5 to a task that initializes the
  36.    interrupt by generating an interrupt.  When a network driver installs
  37.    itself on IRQ #7, VMiX will virtualize and service interrupts for that
  38.    driver regardless of the currently executing virtual machine (VM).
  39.  
  40.    To manually assure that the task that loaded the interrupt service is
  41.    the owner of the channel, you can use the 'assign . 5' command in a
  42.    VMiX.INI script or from the task's command line.  The '.' is an alias
  43.    for the process ID (PID) of the current task, you could substitute the
  44.    PID # of the task you wish to assign channel 5 to.  This command can be
  45.    issued at any time, before or after loading the driver for an adapter
  46.    that uses IRQ #7.
  47.  
  48.    This feature virtualizes IRQ #7, just like IRQ #3 & #4 were virtualized
  49.    for the COMM ports.  When hardware interrupts arrive for those devices,
  50.    they will not lose data when the active task in memory is not the owner
  51.    task of the driver.  VMiX will service the interrupt in the context of
  52.    the channel owner for IRQ #7 and switch back to the task that owned the
  53.    cpu at the time of the hardware interrupt.
  54.  
  55. 4. Made changes to VW so that it will display better, when using the new
  56.    /quiet VM_BOOT system option.
  57.  
  58. 5. Fixed some bugs when switching virtual screens between an application
  59.    running in graphics mode and one running in text mode.  The current
  60.    video size (total lines on a virtual screen) is now task dependent.
  61.    Graphics screens can have more lines than the 25 used by text screens,
  62.    and it was screwing up text screens when you Shift-Tabbed between them.
  63.  
  64. 6. Fixed processing of VMiX.INI so that it works better and will now loadup
  65.    vm_boot.exe correctly.  Previously, you could only loadup VMiX succesfully
  66.    from the command line.  Fixed a bug with loadup which was not allowing
  67.    reuse of a freed upper memory block by a new TSR to load up.
  68.  
  69.  
  70. VMiX Release 2.81 Notes
  71. -----------------------
  72.  
  73. 1. Added additional support for SCSI disk drives.  Double buffering is needed
  74.    for correct operation of the SCSI drive DMA.  When in protected double
  75.    buffering mode, is now activated if a SCSI BIOS is detected.
  76.    Additionally, double buffering can be toggled ON/OFF with the new VMiX
  77.    command 'set pool -d'.
  78.  
  79. 2. Fixed a bug in Version 2.80 that caused a second task always to crash.
  80.  
  81. 3. Added a new command line switch for starting VM_BOOT.EXE, /quiet, that
  82.    disables VMiX's normal user interface and substitutes a modified DOS
  83.    prompt that keeps all the VMiX commands, but looks more like plain DOS.
  84.  
  85.    The /QUIET or /q option is just a look and feel option that disables
  86.    all start-up messages, normally printed during boot, and makes the
  87.    'look and feel' more like booting a multiuser and multitasking version
  88.    of plain DOS.
  89.  
  90. 4. The DOS prompt line of a second concurrent DOS task will now display
  91.    the process ID, PID, for that task, along with the default drive and
  92.    path prompt.  The process ID is only inserted on the prompt line of
  93.    tasks at the console and not at user terminals or call-in users.
  94.  
  95. 5. When loading VM_BOOT.EXE to upper memory with the LOADUP.EXE utility,
  96.    the arguments after the second VM_BOOT will now be processed by the
  97.    VMiX that is loaded high.  For example, to load VMiX high you might
  98.    first start the low memory copy with the command:
  99.  
  100.          C:VMiX> vm_boot ems=ffff/loadup vm_boot set baud -c1 2400
  101.  
  102.    the 'set baud' command will now be executed by the loaded high copy
  103.    of VMiX.
  104.  
  105.  
  106. VMiX Release 2.79 Notes
  107. -----------------------
  108.  
  109. 1. Multiple windows started within separate virtual full screens were not
  110.    working properly and got fixed.  The last column of a display row will
  111.    no longer be clipped.
  112.  
  113. 2. Reduced the time interrupts need to be disabled, which was affecting
  114.    reliable multitasking of communications programs.
  115.  
  116. 3. Fixed a bug with 'set video -s' which caused extraneous cursors to flash
  117.    on the screen when the status line was enabled and other tasks were
  118.    active.
  119.  
  120. 4. Added the new command 'set process -q ????', where ???? is a number
  121.    between 0 and 255 representing the number of timer tick counts MINUS ONE
  122.    that a task can block other tasks in the READY queue because its priority
  123.    is constantly been increased by the VMiX preemptive scheduling mechanisms.
  124.    This keeps tasks running interrupt intensive programs (like communications
  125.    programs) from blocking totally other tasks.
  126.  
  127.    The default setting is 175, resulting in a maximum blocked delay for other
  128.    tasks wanting a time slice of (176 * 11msec.) 1.9 seconds.
  129.  
  130.    A 2400 baud program will receive interrupts about every 3msec., causing
  131.    each time an increase of its priority by 2.  The scheduler runs every
  132.    11msec., thus finding the priority of that task higher by 6 and usually
  133.    higher than other tasks, so without the contention timer described above,
  134.    the current task could hog the system and not give other tasks a time
  135.    slice.
  136.  
  137. 5. VT.EXE will now support the IBM Function Keys automatically, without the
  138.    need to press <Ctrl> <F> to toggle emulation (See Table, below).  You
  139.    still need to toggle IBM Keyboard Key Emulation ON, when connecting with
  140.    another manufacturer's communication program.  Fixed inability of VT.EXE
  141.    to connect with a remote VMiX host at baud rates above 9600 baud.
  142.  
  143.    Fixed a bug when using VT in one session and a switch to a second task
  144.    was perfomed, keyboard input could cause the system to hang.
  145.  
  146. 6. Fixed backspace from a remote session, which was not erasing the first
  147.    character on a line.  Fixed a bug with remote ANSI color not setting the
  148.    'rshell' screen to the correct color.  Fixed a remotely commanded
  149.    'set video -m3', which was homing the cursor at the console screen.
  150.  
  151.  
  152. VMiX Release 2.78 Notes
  153. -----------------------
  154.  
  155. 1. Fixed bugs with the new communications support and fossil type
  156.    BBS drivers.  If 'set remote -i' is toggled TRUE, (type 'set remote' to
  157.    determine the current status), then the scheduler algorithm will be
  158.    modified to prevent a task to be locked-out because another is constantly
  159.    receiving COMM interrupts and preempting it.
  160.  
  161. 2. Added the new command 'init clock' to reset the system clock back to
  162.    what VMiX expects.  Some applications may attempt to capture the system
  163.    clock, this is handled by VMiX, but if the clock 8254 timer channel is
  164.    reprogramed by the application back to 55msec, this will make the
  165.    DOS clock slow down to 1/5 its normal rate.  Use 'init clock' to restore
  166.    the clock back to its normal VMiX speed of 11msec.
  167.  
  168. 3. MONITOR.EXE has been updated to monitor/edit logical address space memory
  169.    contents belonging to other VM tasks running in 386 mode.  The CS, IP,
  170.    Flags registers now display correct data in 386 mode.
  171.  
  172. 4. Each task now saves/protects its own DOS driver request header.
  173.  
  174. 5. On 24 line terminals, setting terminal type 5, ANSI, will cause the
  175.    display to be truncated at 24 lines (line 25 will be overlayed).
  176.    Setting other terminal types, will allow the scroll at the end of
  177.    screen, by applications that expect a 25 line console or scroll the
  178.    screen by positioning beyond line 25.
  179.  
  180.  
  181. VMiX Release 2.77 Notes
  182. -----------------------
  183.  
  184. 1. VMiX now supports programs that use the extended keyboard BIOS interface.
  185.    Some new programs were not responding to the keyboard, from either the
  186.    console or a terminal.
  187.  
  188. 2. Fixed a bug that would halt the system when you quit VMiX, after it
  189.    had been relocated to upper memory, away from the DOS 640Kb area.
  190.  
  191. 3. Fixed a 386 Mode only bug, that would cause the kill command to be
  192.    ineffective.
  193.  
  194. 4. Added context sensitive interrupt processing to the kernel.
  195.    This is a new capability.
  196.  
  197.    Interrupt request lines IRQ3 and IRQ4 (serial COMM ports) are currently
  198.    supported, but IRQ2 and IRQ5 are not.  The unsupported lines are normally
  199.    used by network adapters.  Network adapter software should still be
  200.    installed before VMiX starts, so that their drivers are available to all
  201.    virtual DOS tasks.
  202.  
  203.    Previously, if you were running a task or window in a virtual 386 DOS
  204.    partition and started a communications program inside that partition,
  205.    which installs its OWN interrupt service routines, the program or the
  206.    system could hang.  The reason for this was that while the serial port
  207.    interrupts can occur at any time, the communication program's virtual
  208.    machine might not be mapped (running) at the time of the interrupt.
  209.    This would not affect programs which use a serial port driver that was
  210.    globally installed before VMiX is started, but programs like Procomm or
  211.    Telix, that load the driver at runtime.  This problem will no longer
  212.    occurr with this new version.
  213.  
  214.    To enable context sensitive interrupts, you should invoke the command
  215.    'set remote -i' if the baud rate is lower then 19.2 KBaud, to toggle
  216.    ON special interrupt servicing.  If you use the 'set baud -c ....',
  217.    to set a Baud rate above 9600, then context sensitive communications
  218.    are automatically enabled.
  219.  
  220.    IF YOU INTEND TO RUN COMMUNICATIONS PROGRAMS, start VMiX with the
  221.    options given below (you do not want to allow logins at the COMM port
  222.    that is to be used for communications):
  223.  
  224.    C:\VMiX> VM_BOOT set remote -x/set remote -i  (disable all COMM logins)
  225.  
  226.    or,
  227.  
  228.    C:\VMiX> VM_BOOT set remote -l4/set remote -i     (logins only at COM4)
  229.  
  230.    or,
  231.  
  232.    C:\VMiX> VM_BOOT set remote -i           (logins only at COM1, default)
  233.  
  234. 5. Remote ANSI users will now be able to get color screen displays from
  235.    applications running in the host, but being displayed remotely.
  236.    Fixed a bug that resulted in sudden scrolling of the remote display
  237.    screen.
  238.  
  239.    Color support slows the screen display somewhat.  If you want the
  240.    speed but not the color, select VMiX VT-100 emulation with the command
  241.    'set terminal -t4' and leave the remote terminal set for ANSI emulation.
  242.  
  243.    The virtual screen redirection to the COMM ports has been speeded up
  244.    considerable.  Only those portions of the screen that have changed since
  245.    the last refresh are now sent via the serial port to the remote terminal
  246.    running the application.
  247.  
  248. 6. The remote communications program VT.EXE, which links two computers
  249.    running VMiX, has been upgraded.
  250.  
  251. 7. The pull-down menus shell VW.EXE now allows the setting of COMM port
  252.    baud rates.
  253.  
  254.  
  255. VMiX Release 2.70 Notes
  256. -----------------------
  257.  
  258. 1. Fixed a bug that made 3 1/2 floppy drives 1.44 Meg. unreadable after
  259.    VMiX started.
  260.  
  261. 2. Improved MS-DOS reentrancy, which makes VMiX less likely to hang as
  262.    a result of MS-DOS (INT 21h) conflicts.
  263.  
  264. 3. Added VMiX support for DRDOS and XDOS operating systems.  DRDOS still
  265.    does not pass our full stress test, but seems to work much better than
  266.    before.  Because of differences between DRDOS and MSDOS, it is not
  267.    possible for VMiX to display a prompt showing the current default
  268.    directory.
  269.  
  270.    Specifically, the architecture of DRDOS does not allow different tasks
  271.    to have different default directories.  This will cause problems if you
  272.    set different default directories for different VMiX partitions.  The
  273.    only way around this is to set an all inclusive PATH statement before
  274.    starting VMiX (and also set an identical path for data files using the
  275.    VMiX utility DPATH, after start-up).  
  276.  
  277. 4. The LOADUP.EXE utility is now able to relocate VMiX to upper memory,
  278.    in 386 computers.  If your system has unused space between the
  279.    video rom and the system rom, VMiX will fit there.  This reduces
  280.    the DOS footprint of VMiX to only 38Kb, which will allow larger
  281.    programs to fit in virtual memory partitions.
  282.  
  283.    To load VMiX high you must first have started a copy of VM_BOOT in
  284.    your 386 computer with the startup parameter EMS=FFFF, so that the
  285.    first copy of VMiX will not try to initialize EMS memory in the target
  286.    upper memory area.
  287.  
  288.    Sample command line to load VMiX to upper memory:
  289.  
  290.            VM_BOOT ems=ffff/loadup vm_boot
  291.  
  292.    Wait until the first copy of VMiX has shutdown and the new upper memory
  293.    copy has started.  The entire process is automatic.
  294.  
  295.    When quiting out of the upper memory copy of VMiX, the DOS system must
  296.    currently be halted, requiring a system reset after VMiX terminates.
  297.  
  298. 5. If your system has more than 1 Meg. of extended memory, VMiX will now
  299.    automatically use large video buffers (which allows graphics apps to
  300.    coexist with text mode apps and other full screen graphics apps).
  301.  
  302.    Previously, you had to set the parent shell to graphics mode with the
  303.    'set video -m' command and then start a new 'dosjob' which would then
  304.    use large video buffers.  Alternatively, you could also start a new
  305.    shell with 'dosjob -W /rshell' and then set the video mode to graphics
  306.    befor starting the graphics application.  You still have to do this,
  307.    when starting applications that run in graphics mode, if your system
  308.    has only 1 Meg. of extended memory.
  309.  
  310. 6. Added the command 'set process -t ????', where ???? is a number equal
  311.    to 0 or above representing number of timer tick counts MINUS ONE, that
  312.    a process will execute uninterrupted.  This differs from the command
  313.    'set system -d ????' which repesent the interval (ticks - 1) before
  314.    the scheduler briefly takes control to see if a new process is ready
  315.    to be given a control of the CPU (for a time period equal to one tick
  316.    more than that specified with the command 'set process -t').
  317.  
  318. 7. Hopefully fixed a bug which caused VM_BOOT not to detect upper memory
  319.    in use, resulting in a crash, unless VMiX was started with the ems=ffff
  320.    system startup option.
  321.  
  322. 8. VMiX now can make use of up to 4 Meg. of extended memory.  Previously
  323.    a maximum of 3 Meg. was actually used.  If your system has 8 Meg. of
  324.    extended memory, you can use the system startup option exc=4000 to
  325.    exclude the first 4 Meg. for cache or something else.  Eight users
  326.    will not require more than 4 Meg. since the first two tasks (the
  327.    scheduler and the root shell) run in conventional memory.
  328.  
  329. 9. Because of all the problems other ANSI drivers can have with VMiX's
  330.    multiuser function, we are providing VMANSI.COM, a TSR that can be
  331.    executed before VMiX to install an ANSI driver.  This driver is still
  332.    being developed and currently does not support keyboard redefinition.
  333.  
  334.  
  335. VMiX Release 2.67 Notes
  336. -----------------------
  337.  
  338. 1. Added an optional, remote login access password system to control
  339.    access via the COMM ports.
  340.  
  341. 2. Added a very flexible configuration file, VMiX.INI, to assist in
  342.    configuring VMiX startup and specifying user programs to run upon
  343.    remote COMM port login.
  344.  
  345.    The new utility VSETUP.EXE will process the VMiX.INI file when it is
  346.    invoked in the vm_boot startup command line.  When used in the vm_boot
  347.    startup sequence, VSETUP will only process the lines given under
  348.    the [startup] Section in VMiX.INI
  349.  
  350.    The new utility VSETUP.EXE or any user program can also be specified
  351.    with the 'set remote -l' command.  In this case, VSETUP.EXE controls
  352.    password access and the startup of any program given in the
  353.    [remote startup] Section in VMiX.INI.  Invoking 'set remote -l'
  354.    without specifying VSETUP.EXE will reset logins to the standard access
  355.    method (rshell).
  356.  
  357. 3. Fixed an exit bug that caused available memory to be truncated after
  358.    running and quiting from VM_BOOT.EXE
  359.  
  360. 4. VMiX now drops the modem carrier when a program or login that uses
  361.    a channel to one of the COMM ports terminates.
  362.  
  363. 5. VW.EXE and VSETUP.EXE will make use of your DOS PATH to find other
  364.    utilities that VW dispatches or the VMiX.INI data file.  However,
  365.    they will also search the full filespec path you typed when starting
  366.    VM_BOOT.EXE, regardless of the current path settings.
  367.  
  368. 6. Fixed a bug with the software cursor, in graphics modes poping up in
  369.    strange places.
  370.  
  371. 7. Change the way we reflect to COMM port interrupts in virtual 386 Mode.
  372.    The scheduler is now disabled during the entire interrupt service.
  373.    Fixed a bug that would not allow more than one COMM port to be used
  374.    at once for remote logins.
  375.  
  376. 8. Added the 'set process -d ????' command to allow a script to specify
  377.    a wait interval, in seconds.  (Mostly for purposes of VMiX.INI scripts.)
  378.  
  379.  
  380. VMiX Release 2.66 Notes
  381. -----------------------
  382. 1. Fixed a hang problem with the 'VM_BOOT 8086' startup sequence, when
  383.    starting in 8086 Mode on 286/386/486 systems.
  384.  
  385. 2. Remote logins will now work at the high (interrupt driven) baud rates
  386.    above 9600 baud.  High baud rates are set for a given channel, just
  387.    as the standard rates, with the 'set baud -c ???? <baud rate>' or with
  388.    'init comm -c ???? <baud rate>'.  Available baud rates are: 300, 1200,
  389.    2400, 4800, 9600, 19200, 38400, and 115200.  The VMiX utility DSTAT.EXE
  390.    will now display the baud rate settings for all channels assigned to
  391.    COMM ports.
  392.  
  393.  
  394. VMiX Release 2.64 Notes
  395. -----------------------
  396. 1. Fixed a DOS 5.0 bug which caused the system to hang on exit from VMiX.
  397.  
  398. 2. Fixed bug with auto screen windowing, when three windows already existed.
  399.  
  400. 3. The 286/386 coded version will now print error message and exit when
  401.    it detects an 8088 or 8086 cpu.
  402.  
  403. 4. Fixed bug with uppercase 'H', 'P', 'K', and 'M' not being displayed.
  404.  
  405. 5. Fixed bug with the 286 Mode 'swap' command which would cause the system
  406.    to hang.
  407.  
  408. 6. The status line now displays the full name of the current foreground
  409.    process.
  410.  
  411. 7. On exit from VMiX, free DOS memory is now fully reconstructed, to avoid
  412.    loss of memory sometimes caused by the 'swap' command.  An 'exec -m1024'
  413.    will also reconstruct DOS memory.
  414.  
  415. 8. Fixed the problem of the cursor bleeding through, between virtualized
  416.    screens, causing random bleeps on the foreground screen.
  417.  
  418. 9. Added a check to ensure that the first available memory arena starts
  419.    at a 4Kb boundary.  Sometimes the alignment failed resulting in
  420.    memory allocation fault error message and crash.
  421.  
  422. 10.Added a (L)aunch application option to the VW.EXE utility to allow the
  423.    user to launch an application directly, instead of starting a shell for
  424.    it first and then invoking the application.  The application (L)aunch
  425.    option resides in the (P)rograms menu.
  426.  
  427. 11.When you exhaust extended memory, VMiX now gracefully switches the
  428.    new task to use the parent's memory and prints an insufficient memory
  429.    error message.
  430.  
  431. 12.Changed the menu names used by VW to be more explanatory.  (F)ree Extended
  432.    Memory was not working correctly.
  433.  
  434. 13.Fixed a PATH command bug causing virtual memory not to be released.
  435.    Other bugs caused the path to be inserted incorrectly in the environment.
  436.  
  437. 14.Moving the console to a remote port was not working correctly (ie., 'set
  438.    remote -c ????').
  439.  
  440. 15.The default terminal type has been changed to be type 5, an ANSI terminal
  441.    or VT-100 terminal.
  442.  
  443. 16.Fixed bug with COMSPEC not being found in environment during new task
  444.    dispatch.  This resulted in nothing executed and a help screen being
  445.    displayed, instead.
  446.  
  447. 17.Added 386 protected mode support for coprocessor instructions.  This
  448.    caused some applications to hang when executed in 386 Mode.
  449.  
  450. 18.Added support for virtualized default directories.  Each task now has
  451.    its own default directory, independent of what others have.  Previously
  452.    only default drives were virtualized.
  453.  
  454.  
  455. VMiX Release 2.61 Notes
  456. -----------------------
  457. 1. Added support for DOS 5.O load of COMMAND.COM and BUFFERS to HMA area.
  458.    VMiX patches DOS's XMS manager to disallow disabling of the gate 20
  459.    address line, so HMA is always addressable.
  460.  
  461. 2. Video memory is no longer cleared when a Shift-Tab causes a switch
  462.    between tasks in different video modes.
  463.  
  464. 3. Increased to 4 Megabytes the amount of memory VMiX will recognize
  465.    (previously it used only 3 Megabytes, even if it found more).
  466.  
  467. 4. Changes to the SYSGATE.ASM programming interface (see file).
  468.  
  469. 5. Added interrupt driven services to the COMM ports, under VMiX.
  470.    Added support for 115.2 Kbaud (When 'set remote -i' is TRUE, 110 baud
  471.    becomes 19.2 Kbaud, 150 baud becomes 38.4 Kbaud and 600 baud becomes
  472.    115.2 Kbaud).  To set 115.2 Kbaud you would use 'set baud -c1 600'.
  473.  
  474. 6. Added the VT.EXE utility for linking two VMiX hosts serially with
  475.    a virtual terminal session.
  476.  
  477. 7. Programs that make direct video  writes are now supported at remote
  478.    COMM port terminals (remote logins).  All video memory accesses will
  479.    be redirected to the COMM port and will not appear at the console.
  480.  
  481. 8. Fixed a bug with stack deallocation after process termination.
  482.  
  483. 9. Added DOS 5.0 style support for upper memory blocks.
  484.    Added the LOADUP.EXE utility to allow user loading of TSRs to upper
  485.    memory (386 Mode required).  TSR is visible only to process that
  486.    started it, since each VMiX task is virtually mapped to a separate
  487.    virtual first megabyte.  This means that you can have different
  488.    (or the same) TSRs active for each partition. 
  489.  
  490. 10.Fixed a bug with the 'exclude=' command line option; it was not really
  491.    leaving the HMA area unused and causing conflict crashes.
  492.  
  493. 11.Added an alternate way to start new tasks multitasking.  Pressing
  494.    Shift-Enter or Shift-Shift-Enter, will start a new task, just as if
  495.    you had typed 'dosjob'.  The Shift-Enter is used, instead of just the
  496.    Enter key, after typing a command.  If both Shift toggles are pressed
  497.    when the Enter key is hit, the new task will use the full screen.  If
  498.    only one Shift is held down, the task will start in a new window.
  499.  
  500. 12.Fixed the VMiX hang problem when the DSR line is not enabled at a COMM
  501.    port being used for logins.
  502.  
  503. 13.Changes to VW pull-down menus style.
  504.  
  505. 14.VMiX now detects if another 386 virtual memory manager is present, and
  506.    rather than crashing it switches to 8086 Mode.
  507.  
  508.  
  509. VMiX Release 2.58 Notes
  510. -----------------------
  511. 1. VMiX uses an underline character as a 'mark the spot' cursor to show
  512.    where the cursor was in a non-foreground task, when the user toggles
  513.    to another window with the hot key.  To allow users that use a voice
  514.    synthesizer to echo the characters displayed by BIOS, without the
  515.    anoying underline character being echoed, the cursor display is now
  516.    performed without using the BIOS call.
  517.  
  518. 2. Fixed a memory manager bug with the paged memory allocation scheme.
  519.    Fixed a BitBlt bug when using system font 2 with graphics modes,
  520.    which hung a task executing a memory map display ('monitor -m').
  521.    Fixed a bug with backspace, when using the command line in graphics
  522.    modes, not erasing the software cursor.
  523.  
  524. 3. Automatic windows are now virtualized.  In 386 Mode, each foreground
  525.    can be partitioned into windows, independently from other full screen
  526.    foregrounds. 
  527.  
  528. 4. When extended memory is exhausted, a new child process inherits the
  529.    program space and virtual screen of the parent.
  530.  
  531. 5. Reduced time interrupts are disabled in INT 10 and 16.
  532.  
  533. 6. Added VMIX support for HIMEM.SYS and other resident XMS drivers.
  534.  
  535. 7. Fixed a bug that did not allow the previous command to be recalled
  536.    when up-arrow pressed in graphics modes.
  537.  
  538.  
  539. VMiX Release 2.57 Notes
  540. -----------------------
  541. 1. Added the 'set remote -a' command to allow all COMM port to be polled
  542.    simultaneously for user login requests.  This command slows down the
  543.    scheduler, interrupts are not disabled during polling.
  544.  
  545. 2. Added the 'set process -w ????' command, where ???? is the number of
  546.    idle input or output cycles before a process is put to sleep.  If this
  547.    parameter is set to 0, then all processes are always being timesliced.
  548.    With programs that grab the keyboard, like Windows, this will allow
  549.    the VMiX hot key Shift-Tab to be recognized, since there will always be
  550.    a non-windows process awake to field the hot key.  This command is
  551.    only used with non-386 computers, since in the 386, the VMiX protected
  552.    mode supervisor is always running to detect the hot key.
  553.  
  554. 3. VM_BOOT had stopped working in 8086/8088 PCs when invoked without
  555.    the 8086 command line parameter.  This has been fixed.
  556.  
  557. 4. Conversion to C++ is proceeding.  It now compiles with TCP.
  558.  
  559. 5. VGA graphics modes (640 x 480) are now supported.  Fixed bugs with
  560.    graphics switching.  Fixed bugs with status line display in graphics
  561.    modes.
  562.  
  563. 6. VW.EXE was behaving different, if invoked from the command line as
  564.    opposed to from the VMiX shell.  The keyboard will now relocate to
  565.    any new process started from VW, by default (no need to press the
  566.    hot key).
  567.  
  568. 7. We are now virtualizing the DMA buffer maintained by DOS.
  569.  
  570. 8. On 386 ATs, VMiX will now setup its low memory paged pool in a 32Kb
  571.    EMS segement, between C000 and F000, if it finds one that it can use.
  572.    This frees the memory for DOS use.  On 8086 PCs or 286 ATs with EMS,
  573.    you can manually request this from the startup command line by
  574.    specifying an available 32Kb EMS segment with 'EMS='.
  575.  
  576. 9. Made some fixes to the cursor ON/OFF algorithms that manage the
  577.    cursor between tasks and task switches.  Note that an inactive task,
  578.    eventhough it is the foreground task (via Shift-Tab hot key), will
  579.    not have a timeslice during which to activate its cursor.
  580.    To compensate for this, turn-on cursor emulation with 'set sys -c'.
  581.  
  582. 10.The MONITOR.EXE utility now allows viewing and edit of memory areas.
  583.    Press 'M' after 'monitor -r1' has been invoked, to test this.  The
  584.    address format is: segment[:offset] [= byte], where the '= byte' is
  585.    optional, for example
  586.  
  587.              hex address? 550A             displays segment 550A:0
  588.              hex address? 550A:100         displays segment 550A:100
  589.              hex address? 550A:100 = FF    sets byte at 550A:100 to FF
  590.  
  591.    The 'examine memory' command does the equivalent from the VMiX shell.
  592.  
  593.    Added the -f switch to MONITOR.EXE.   When invoked with 'monitor -f',
  594.    all open files on a VMiX system will be globally monitored.  Open files
  595.    will be listed and revised until the <Esc> key is pressed,
  596.  
  597.  
  598. VMiX Release 2.56 Notes
  599. -----------------------
  600. 1. VMiX now handles swapping video modes between graphics and text in
  601.    386 computers.  The hot-key <Shift><Tab> will switch the console between
  602.    tasks running in graphics modes and those running in text mode.
  603.    VW (Process Menu) will allow new shells to be started in the video mode
  604.    of your choice (and/or video page of choice in Text Mode).  The same
  605.    can be accomplished from the command line with:
  606.  
  607.                           'do -W /set video -m/rshell'  (for mode select)
  608.    or,
  609.                           'do -W /set video -p/rshell'  (for page select)
  610.  
  611.    Video mode switching will work in non-386 computers but the previous
  612.    mode screen contents will not be saved.
  613.  
  614. 2. VMiX now provides a software emulation cursor.  The software emulated
  615.    cursor is toggled by the command 'set system -c', the default setting
  616.    is disabled (because of the overhead during multitasking).  If you have
  617.    trouble determining on which window the keyboard focus lies, use this
  618.    option to enable cursor emulation.
  619.  
  620. 3. The 'set remote -e' command has been changed to 'set remote -x'.
  621.    This command controls the enabling or disabling of remote logins.
  622.    Logins are enabled by default (on COM1).
  623.  
  624.  
  625. VMiX Release 2.52 Notes
  626. -----------------------
  627. 1. Added the 'set video -p' command to allow video pages to be selected.
  628.    Main benefit is, in non-386 computers, it allows a 'do -W /set video
  629.    -p1/rshell' to be used to start and a new shell with a different video
  630.    page assigned.  The Shift-Tab hot key will switch video pages (or video
  631.    modes), giving some level of screen virtualization between tasks.
  632.    Use not recommended in 386 Mode, because of true virtualization of video
  633.    memory.  VW.EXE now asks for a video page when starting a new VMiX shell
  634.    or DOS shell (use only page 0, when in 386 Mode).  VW will respond
  635.    to the [Home] key by repainting the menu bar.
  636.  
  637. 2. The MONITOR.EXE utility now allows viewing and edit of memory areas.
  638.    Press 'M' after 'monitor -r1' has been invoked, to test this.  The
  639.    address format is: segment[:offset] [= byte], where the '= byte' is
  640.    optional. (ie., hex address? 550A, hex address? 550A:100, or
  641.    hex address? 550A:100 = FF)  The 'examine memory' VMiX command does
  642.    the equivalent in the registered version of VMiX.
  643.  
  644. 3. Fixed the 'kill' command hanging VMiX in protected mode.
  645.  
  646. 4. Added new delay timer routine.  INT 08 real time clock is now reprog-
  647.    ramed after '$$' tasks quit.  BASICA, GWBASIC are automatic '$$' protected
  648.    tasks, they were the main culprits in changing the timer back to 18.2
  649.    ticks per second. 
  650.  
  651. 5. Channel 5 is now automatically assigned to LPT1 on bootup.  Try 'spawn
  652.    -c5 type c:\autoexec.bat' to test LPT1.
  653.  
  654. 6. All segment or offset references to VMiX commands ('set pool', 'examine
  655.    memory') must now be entered in HEX without a preceeding '0x' (prevously
  656.    required).  When using 'set video -c' to specify combined foreground and
  657.    background colors you may still use '0x', only when entering HEX bytes.
  658.  
  659. 7. Keypad arrow keys now work from a remotely logged pc with VT-100 terminal
  660.    software, provided you toggle emulation by pressing <Ctrl> <F>.
  661.  
  662. 8. Added color to EGA graphics modes.
  663.  
  664.  
  665. VMiX Release 2.51 Notes
  666. -----------------------
  667. 1. Fixed a bug that kept VMiX 2.50 from working on 8086 computers.
  668.  
  669. 2. Changed compilers to MSC 6.0, started conversion to Zortech C++.
  670.  
  671. 3. Fixed some problems with the way VMiX virtualizes the keyboard.  VMiX is
  672.    now compatible with 'Remote Console'tm a product of Louis Wheeler.
  673.    Increased the amount of video memory virtualized in 386 Mode to 2 pages.
  674.  
  675. 4. Added the -i option to the VW.EXE command line.  This option sets VW in
  676.    interactive mode, so that it will not be swapped out when there is no
  677.    keyboard activity.
  678.  
  679. 5. 'set remote -e', to control COMM port logins, can now be used from the
  680.    VM_BOOT command line.
  681.  
  682. 6. The arrow keys on a PC acting like a terminal and connected to a VMiX
  683.    host will now work correctlly when in VT-100 emulation mode.
  684.  
  685. 7. Added Registration printing banner to startup screen.
  686.  
  687.  
  688. VMiX Release 2.50 Notes
  689. -----------------------
  690. 1. Fixed known crashiness bugs in previous version.  Improved the
  691.    reliability of the VW utility, which we can now recommend for regular
  692.    use.
  693.  
  694. 2. Added support for multiple default drives and made each task's default
  695.    drive independent from other windows/tasks.
  696.  
  697. 3. Added support for virtual video.  Eliminates bleed-through, when in
  698.    386 Mode, by applications that write directly to the screen in text mode.
  699.    Tasks started with the 'dosjob -W' command, and all tasks started at a
  700.    dumb terminal will execute with virtualized video segments in 386 Mode.
  701.    The Shift-Tab hot key will bring a virtualized task's video to the
  702.    foreground.
  703.  
  704. 4. Added a better command line parser and changed the syntax of the startup
  705.    system options:
  706.  
  707.    The new command syntax is:
  708.  
  709.                VM_BOOT [low] [high] [8086] [extended] [egacursor]
  710.                        [cgacursor] [ [ command ] /... ]
  711.  
  712.    where (note abbreviated syntax),
  713.  
  714.    the '8086'   option forces 8088 (real mode) operation on 286/386/486
  715.                 computers.
  716.    the 'ext'    option forces 80286 (real/protected mode) operation on
  717.                 386/486 cpu's.
  718.    the 'lo'     option inhibits relocation of VMiX code to extended memory.
  719.    the 'hi'     option forces relocation of VMiX code to extended memory when
  720.                 using 8086 Mode in a 286/386 or 486.
  721.    the 'egacur' option corrects a video BIOS bug that fails to indicate
  722.                 that CGA cursor emulation is disabled.
  723.    the 'cgacur' option corrects a video BIOS bug that fails to indicate
  724.                 that CGA cursor emulation is enabled.
  725.    [ command] / any valid DOS or VMiX shell commands, separated by a '/'
  726.  
  727. 5. Added scroll control to the help display.
  728.  
  729. 6. For shell usage compatibility, Escape now also clears the command line,
  730.    like a Ctrl C.  An <ENTER> on a blank line will not clear the previous
  731.    command buffer, which you can still repeat using up-arrow.
  732.  
  733.  
  734. 7. Logins at all comm ports can now be globally enabled/disabled with the
  735.    'set remote -e' command toggle.  The default is logins enabled.  You can
  736.    only use this command from the VMiX shell, it will be ignored when used in
  737.    the VM_BOOT command line.
  738.  
  739. 8. The VMiX debugger 'assign' command now accepts the PROCESS object type.
  740.    The purpose of the PROCESS assign is to redirect the STDIO (screen and
  741.    keyboard) of a process to a new channel.  You can move a process using
  742.    the console to a COMM port terminal or to a printer CHRSINK type of
  743.    channel.
  744.  
  745. 9. Fixed a bug with modem control and data set ready detection.
  746.  
  747.  
  748. VMiX Release 2.31 Notes
  749. -----------------------
  750. 1. Fixed some regression bugs introduced in version 2.30, including a
  751.    bug which did not allow a 'dosjob' command to be executed from the
  752.    command line when starting VMiX (the VMiX.DOC tests fail).  Fixed
  753.    a bug that did not allow 286 AT's to run with SWAP to extended memory.
  754.  
  755. 2. Fixed a bug that sometimes did not allow a command line 'SPAWN'
  756.    to work correctly (for example, starting VMiX with:
  757.    VM_BOOT set remote -l2 / spawn -c1 c:\filepath\myprog.exe
  758.    will now start myprog on COM1 and redirect new logins to COM2
  759.    without hanging the console).
  760.  
  761. 3. Fixed a bug which caused systems with monochrome (MDA) adapters to
  762.    lock up, since the MDA detection had failed.
  763.    Fixed the disappearing cursor bug on VGA's.  Note, some EGA/VGA's will
  764.    display what appears to be a broken VMiX cursor when Shift-Tab is
  765.    pressed to switch tasks.  To correct this, start VMiX with the command
  766.    line 'VM_BOOT cursor'.
  767.  
  768. 4. The VW menu shell is NOW COMPLETE and greatly improved.
  769.    VW.EXE can now be used to set screen colors from the options menu.
  770.    VW is a multiple thread environment (like OS/2), the slight delays
  771.    you will sometime experience when returning from a command are due
  772.    to process synchronization, this will improve in future versions.
  773.  
  774. 5. Upgraded the user shell with shadow boxes for messages and data.
  775.    Upgraded the user shell with limited command line edit capability.
  776.    Up-arrow recalls previous command, which can be edited.
  777.    Upgraded the API and programming information in SYSGATE.ASM
  778.  
  779. 6. On systems with EGA/VGA, an additional 96Kb of DOS program space is
  780.    now available (64Kb in monochrome mode).  To toggle the additional
  781.    program space ON/OFF, use the VMiX command 'set system -v'.  The
  782.    default is OFF, when VM_BOOT is executed.  This option will allow
  783.    large programs (566Kb maximum) to be executed with VMiX (the maximum
  784.    without this option is about 470Kb).  Eventhough VMiX uses extended
  785.    memory in 286/386 ATs/PS2s, the user partition size is limited by the
  786.    address space of DOS, which is now increasable to 736Kb.
  787.  
  788.  
  789. VMiX Release 2.25 Notes
  790. -----------------------
  791. 1. This is the first non BETA release of VMiX.
  792.    VMiX now works on the IBM PS/2 and COMPAQ 386 SX.
  793.  
  794. 2. VMiX now supports ESDI fixed disk systems.
  795.  
  796. 3. Made some more fixes related to DOS 4.01 multitasking.
  797.    Reduced resident memory size by 8 Kbytes.
  798.    The VMiX prompt now displays the current directory.
  799.  
  800. 4. In 386 Mode, the Shift-Tab key now works when MicroSoft Windows is
  801.    executing under VMiX.
  802.  
  803. 5. When a program executing as a VMiX task first uses a COMM port, the
  804.    port is automatically assigned to that process ID.  The port is only
  805.    deassigned when the VMiX task is 'quit', not when the program terminates.
  806.    This allows the preemptive scheduler to service communications faster
  807.    by switching-in the owner program of a COMM port when I/O is detected.
  808.  
  809.  
  810. VMiX Release 2.22 Notes
  811. -----------------------
  812. 1. Fixed a major bug which caused VMiX to crash on any 386 AT with more
  813.    than 3 Megabytes of extended memory.
  814.  
  815. 2. Added code for IBM PS/2 support, but VMiX is still not fully working
  816.    on PS/2s.
  817.  
  818. 3. VMiX now relocates portions of its system code to extended memory.
  819.    More code will be moved in future releases, to allow larger DOS partition
  820.    sizes.  The VMiX startup program 'VM_BOOT' has a new command line switch
  821.    that controls relocation of VMiX to extended memory.  Starting VMiX with
  822.    VM_BOOT -l (lower case 'L') will inhibit relocation of portions of VMiX
  823.    to extended memory.
  824.  
  825. 4. Fixed a bug with the 286 Mode 'swap' command, which had stopped working
  826.    correctly in the previous release.
  827.  
  828.  
  829. VMiX Release 2.21 Notes
  830. -----------------------
  831. 1. Fixed a bug that left the clock running fast, after exiting VMiX.
  832.  
  833. 2. The <Shift> <Tab> hot key will now swap screens between graphics mode
  834.    tasks and alphanumeric mode tasks.  Also, tasks using different video
  835.    pages will be switched correctly.  This affects only tasks that were
  836.    started with the 'dosjob -W' (full screen) command.  The hot key is
  837.    now handled by the event manager.
  838.  
  839.  
  840. VMiX Release 2.20 Notes
  841. -----------------------
  842. 1. More DOS 4.01 fixes.
  843.  
  844. 2. Communications support fixes in 80386 protected mode.  Higher baud rates
  845.    now supported.
  846.  
  847. 3. The VMiX clock tick has been changed from 55msec (18.2 task switches
  848.    per second) to 11msec (90.9 task switches per second).  A new command,
  849.    'set system -c ????' will allow you to tune your multitasking environ-
  850.    ment for maximum efficiency.  The command specifies the number of clock
  851.    ticks a running task is guarranteed to be active before preemption.
  852.    
  853.  
  854. VMiX Release 2.11 Notes
  855. -----------------------
  856. 1. 80386 Mode bug fixes.  Smaller process control block.
  857.  
  858. 2. The VMiX startup program 'VM_BOOT' has two new command line switches
  859.    that control the mode the program runs.  Using VM_BOOT -r, will force
  860.    VMiX into real (8086) mode and using VM_BOOT -x, will force VMiX into
  861.    extended (80286) mode.  These 2 command line switches, disable 80386
  862.    protected mode operations.  (Useful for getting around compatibility
  863.    problems, on certain computers.)
  864.  
  865. 3. Version 2.11 will operate with DOS 4.01.  Since DOS 4.01 can be set to
  866.    use extended memory, conflicts can arise.  VMiX must be told how much
  867.    extended memory other programs are using (see 'assign memory').
  868.     
  869.  
  870. VMiX Release 2.10 Notes
  871. -----------------------
  872. 1. VMiX 386 replaces the older 286 versions.  The new 386 version will
  873.    still work on 8088, 8086, and 80286 computers that are IBM PC or
  874.    AT compatible.  Version 2.10 executes in protected mode with extended
  875.    memory paging on 80386 processors.  This allows multiple DOS partitions,
  876.    each with about 450Kb free.
  877.  
  878. 2. Fixed a bug with channels assigned to a printer (CHRSINK type).  When
  879.    DOS console output was redirected to a task, with a CHRSINK type as its
  880.    STDIO, line feeds were not being printed.
  881.  
  882.           assign CHRSINK 1             (returns a channel ???? for LPT1)
  883.           spawn -c ???? type myfile.txt (performs redirection to LPT1)
  884.  
  885.    The above sequence of VMiX commands will now successfully redirect
  886.    the DOS 'type' command to LPT1:
  887.  
  888.    This method is recommended over 'exec type myfile.txt > PRN' when
  889.    multitasking.
  890.  
  891. 3. When using VMiX in 80386 Mode, the memory partition size is set auto-
  892.    matically to 512Kb, at boot time.  If you use the command 'exec -m' to
  893.    set a partition size less than 512Kb, VMiX will not request extended
  894.    memory for new task partitions until you issue 'exec -m512' again.
  895.    When the partition size is less than 512Kb, VMiX uses memory from the
  896.    parent process for the new task (same as 8088 and 80286 modes).
  897.  
  898.    If you have less than 512Kb of extended memory, the partition size must
  899.    still be 512Kb or more, in 80386's, VMiX will only use what is available.
  900.  
  901.    The default partition size for all other VMiX modes remains 224Kb.
  902.  
  903. 4. The new '?' command, lists the available VMiX shell commands.
  904.    The 'set dos -m' command has been removed, since the VMiX shell is
  905.    now always transparent to DOS commands.  DOS commands are passed
  906.    to 'command.com' and VMiX commands are passed to VMiX.
  907.    If the name of a VMiX command conflicts with a DOS command or file
  908.    name, the VMiX 'exec' command should preceed the DOS command, on the
  909.    same line.
  910.  
  911. 5. The new command 'examine status' displays information about a task,
  912.    including available memory.  Other memory status commands include
  913.    'examine mcb', 'monitor -m', and 'monitor -p'.
  914.  
  915.